![]() | ![]() | ![]() | ![]() |
In the SAS Deployment Manager, if you use the Update Passwords tool to change a password, and you later use the Update Host Name References tool to update a host name, the omr_host
property of the sas_application_property
table in the SAS Shared Services database might not be properly updated.
When the database is not properly updated, you cannot invoke any of the SAS web applications. In addition, the SAS® Web Application Server log contains references to the old host name.
To correct the problem, you must manually update the omr_host
property of the sas_application_property
table in the SAS Shared Services database.
sas_application_property
table.
sas_application_property
table and select View Data ► View All Rows.
property_nm
variable, select the row that contains omr_host
. Check the value for property_value_txt
. If the value is not correct, double click property_value_txt
and change the host name to the correct value.
Export the following, replacing SASHOME with the actual path:
POSTGRES_HOME=SAS_HOME/SASWebInfrastructurePlatformDataServer/9.4 export PATH=${POSTGRES_HOME}/bin:$PATH export LD_LIBRARY_PATH=${POSTGRES_HOME}/lib:$LD_LIBRARY_PATH
psql
, supplying the user ID (typically, dbmsowner
), and entering the SharedServices password when prompted. psql -h localhost -p 9432 -u userID -d SharedServices -c "select * from sas_application_property;"
psql -h localhost -p 9432 -u userID -d SharedServices -c "UPDATE public.sas_application_property SET property_value_txt='newhostname' WHERE property_nm='omr_host';"
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Enterprise BI Server | z/OS | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |
Microsoft® Windows® for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8 Enterprise 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8 Pro 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8 Pro x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Enterprise 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Pro | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Pro 32-bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 R2 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 Datacenter | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 R2 Datacenter | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 R2 Std | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 Std | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Enterprise 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Enterprise x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Home Premium 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Home Premium x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Professional 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Professional x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Ultimate 32 bit | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Windows 7 Ultimate x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
64-bit Enabled AIX | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
64-bit Enabled Solaris | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
HP-UX IPF | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Linux for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 | ||
Solaris for x64 | 9.4 | 9.4 | 9.4 TS1M2 | 9.4 TS1M3 |